Standardize resource access (#393)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 10 Aug 2019 18:03:25 +0000 (12:03 -0600)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2019 18:03:25 +0000 (12:03 -0600)
commitc927bc93629a64c5db0e2ae341779a916cb98f7b
treef2da2984f75443c5884fd51471d04269d440f469
parentf72470e8bfeb86d63496f97d1e0ffcfbb7ec387d
Standardize resource access (#393)

* standardize resource access.

avoid search paths (use :/).
specify extensions.
ok/cancel only on windows.

* fix missing icon for file input in options dialog.

It appears the image was renamed when used on the main window UI
in the inputFileNameBrowseBtn.
The same icon, open.png, is now used on the options dialog for
OPTinFile.
This fixes #392.
gui/advdlg.cc
gui/filterdlg.cc
gui/mainwindow.cc
gui/optionsdlg.cc